-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Move model from one project to another #1057
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1057 +/- ##
==========================================
+ Coverage 71.83% 71.98% +0.15%
==========================================
Files 160 160
Lines 5087 5111 +24
Branches 547 555 +8
==========================================
+ Hits 3654 3679 +25
+ Misses 1323 1322 -1
Partials 110 110
☔ View full report in Codecov by Sentry. |
1f768ea
to
13951a6
Compare
Still missing:
|
d78d9c7
to
9c92dc2
Compare
3bb4ca3
to
fdba987
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvement. Moving toolmodels to another project works fine and everything seems to work fine after moving it. However, there are some backend comments, mostly regarding readability and the use of already existing authentication functions, and a few frontend comments, mostly dealing with potential UI improvements.
frontend/src/app/projects/models/model-description/model-description.component.ts
Outdated
Show resolved
Hide resolved
frontend/src/app/projects/project-detail/model-overview/model-overview.component.ts
Outdated
Show resolved
Hide resolved
frontend/src/app/projects/project-detail/model-overview/move-model/move-model.component.html
Outdated
Show resolved
Hide resolved
frontend/src/app/projects/project-detail/model-overview/move-model/move-model.component.html
Outdated
Show resolved
Hide resolved
frontend/src/app/projects/project-detail/model-overview/move-model/move-model.component.ts
Outdated
Show resolved
Hide resolved
2c014ba
to
4839ddd
Compare
frontend/src/app/projects/project-detail/model-overview/model-overview.component.html
Show resolved
Hide resolved
frontend/src/app/projects/project-detail/model-overview/move-model/move-model.component.html
Outdated
Show resolved
Hide resolved
Users might want to move a toolmodel from one project to another without deleting it and all its pipeline before adding it again. This is possible with one simple click.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@dominik003 is out of office
closes #799
currently the dialog looks like that: